home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / C-Cl / CDs.cpt / CDs / CD Collection Stack / background_2667.txt < prev    next >
Encoding:
Text File  |  1987-10-09  |  3.4 KB  |  167 lines

  1. -- background: 2667 from stack: in
  2. -- bmap block id: 4225
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 00
  10. -- high flags: 4000
  11. -- rect: left=77 top=29 right=53 bottom=497
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 18
  17. -- style flags: 256
  18. -- line height: 24
  19. -- part name: CD Name
  20.  
  21.  
  22. -- part 3 (field)
  23. -- low flags: 00
  24. -- high flags: 4000
  25. -- rect: left=59 top=60 right=95 bottom=244
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 256
  32. -- line height: 16
  33. -- part name: Artist Name
  34.  
  35.  
  36. -- part 4 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=340 top=170 right=220 bottom=402
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: New Button
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   doMenu "New Card"
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 5 (button)
  56. -- low flags: 00
  57. -- high flags: 2000
  58. -- rect: left=413 top=164 right=214 bottom=475
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 1011 / 1011
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: New Button
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   go to stack "Home"
  70. end mouseUp
  71.  
  72.  
  73.  
  74.  
  75. -- part 6 (button)
  76. -- low flags: 00
  77. -- high flags: 2000
  78. -- rect: left=347 top=226 right=272 bottom=397
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 32670 / 32670
  81. -- text alignment: 1
  82. -- font id: 0
  83. -- text size: 12
  84. -- style flags: 0
  85. -- line height: 16
  86. -- part name: New Button
  87. ----- HyperTalk script -----
  88. on mouseUp
  89.   show all cards
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part 8 (button)
  95. -- low flags: 00
  96. -- high flags: 2000
  97. -- rect: left=354 top=288 right=317 bottom=385
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 902 / 902
  100. -- text alignment: 1
  101. -- font id: 0
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: New Button
  106. ----- HyperTalk script -----
  107. on mouseUp
  108.   go to prev card
  109. end mouseUp
  110.  
  111.  
  112.  
  113. -- part 9 (button)
  114. -- low flags: 00
  115. -- high flags: 2000
  116. -- rect: left=428 top=288 right=317 bottom=459
  117. -- title width / last selected line: 0
  118. -- icon id / first selected line: 26425 / 26425
  119. -- text alignment: 1
  120. -- font id: 0
  121. -- text size: 12
  122. -- style flags: 0
  123. -- line height: 16
  124. -- part name: New Button
  125. ----- HyperTalk script -----
  126. on mouseUp
  127.   go to next card
  128. end mouseUp
  129.  
  130.  
  131.  
  132. -- part 10 (field)
  133. -- low flags: 00
  134. -- high flags: 2007
  135. -- rect: left=6 top=151 right=338 bottom=318
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 0
  139. -- font id: 3
  140. -- text size: 9
  141. -- style flags: 0
  142. -- line height: 12
  143. -- part name: Songs
  144.  
  145.  
  146. -- part 11 (button)
  147. -- low flags: 00
  148. -- high flags: 2000
  149. -- rect: left=414 top=226 right=273 bottom=476
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 20186 / 20186
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: 
  158. ----- HyperTalk script -----
  159. on mouseUp
  160.   answer "Sort all CD‚Äôs according to:" with "CD Name" or "Artist Name" or "Cancel"
  161.   if it is "CD Name"
  162.   then sort by first word of first line of field "CD Name"
  163. else if it is "Artist Name"
  164. then sort by first word of first line of field "Artist Name"
  165. end mouseUp
  166.  
  167.